home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / Swiftsoft Multimedia Tools / MMTOOL3.EXE / Mmprogr.dfm / Mmprogr.txt
Encoding:
Text File  |  1998-05-15  |  1.5 KB  |  68 lines

  1. object MMProgressForm: TMMProgressForm
  2.   Left = 131
  3.   Top = 69
  4.   BorderStyle = bsNone
  5.   ClientHeight = 54
  6.   ClientWidth = 355
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Panel1: TPanel
  15.     Left = 0
  16.     Top = 0
  17.     Width = 355
  18.     Height = 54
  19.     Align = alClient
  20.     TabOrder = 0
  21.     object Bevel1: TBevel
  22.       Left = 8
  23.       Top = 8
  24.       Width = 257
  25.       Height = 37
  26.       Shape = bsFrame
  27.     end
  28.     object Gauge: TMMGauge
  29.       Left = 16
  30.       Top = 16
  31.       Width = 241
  32.       Height = 21
  33.       BackColor = clWindow
  34.       Caption = 'Progress...'
  35.       BWText = True
  36.       Font.Color = clBlack
  37.       Font.Height = -11
  38.       Font.Name = 'MS Sans Serif'
  39.       Font.Style = []
  40.       Bevel.BevelInner = bvLowered
  41.       Bevel.BevelOuter = bvLowered
  42.       Bevel.BevelInnerWidth = 1
  43.       Bevel.BevelOuterWidth = 1
  44.       Bevel.BorderStyle = bsNone
  45.       Bevel.BorderWidth = 0
  46.       Bevel.BorderSpace = 0
  47.       Bevel.BorderColor = clBtnFace
  48.       Bevel.BorderSpaceColor = clBlack
  49.       Bevel.InnerLightColor = cl3DLight
  50.       Bevel.InnerShadowColor = clBlack
  51.       Bevel.OuterLightColor = clBtnHighlight
  52.       Bevel.OuterShadowColor = clBtnShadow
  53.       ParentFont = False
  54.     end
  55.     object btnCancel: TButton
  56.       Left = 272
  57.       Top = 8
  58.       Width = 75
  59.       Height = 37
  60.       Cancel = True
  61.       Caption = 'Cancel'
  62.       Default = True
  63.       ModalResult = 2
  64.       TabOrder = 0
  65.     end
  66.   end
  67. end
  68.